:art: Field Pool

huangqimin001 3 years ago
parent
commit
d998aa61eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      equipment/models.py

+ 2 - 2
equipment/models.py

@@ -32,8 +32,8 @@ class IsolationPointFieldPoolInfo(BaseModelMixin):
32 32
     field_options = JSONField(_('field_options'), default=[], blank=True, null=True, help_text='字段选择')
33 33
 
34 34
     class Meta:
35
-        verbose_name = _('用户字段池信息')
36
-        verbose_name_plural = _('用户字段池信息')
35
+        verbose_name = _('字段池信息')
36
+        verbose_name_plural = _('字段池信息')
37 37
 
38 38
     def __unicode__(self):
39 39
         return self.pk